summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/codegen/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/codegen/foo.h')
-rw-r--r--test/Modules/Inputs/codegen/foo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/codegen/foo.h b/test/Modules/Inputs/codegen/foo.h
index bd3b6489e7..76ad6559cc 100644
--- a/test/Modules/Inputs/codegen/foo.h
+++ b/test/Modules/Inputs/codegen/foo.h
@@ -29,4 +29,7 @@ inline void inst_decl() {
inst<float>();
}
+__attribute__((always_inline)) inline void always_inl() {
+}
+
asm("narf");