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