diff options
Diffstat (limited to 'Tests/Module/CheckIPOSupported-CXX/bar.cpp')
-rw-r--r-- | Tests/Module/CheckIPOSupported-CXX/bar.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Module/CheckIPOSupported-CXX/bar.cpp b/Tests/Module/CheckIPOSupported-CXX/bar.cpp new file mode 100644 index 0000000..680f213 --- /dev/null +++ b/Tests/Module/CheckIPOSupported-CXX/bar.cpp @@ -0,0 +1,4 @@ +int bar() +{ + return 0x42; +} |