diff options
Diffstat (limited to 'Tests/Architecture/foo.c')
-rw-r--r-- | Tests/Architecture/foo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Architecture/foo.c b/Tests/Architecture/foo.c new file mode 100644 index 000000000..e35694ba0 --- /dev/null +++ b/Tests/Architecture/foo.c @@ -0,0 +1 @@ +int foo(void) { return 0; } |