summaryrefslogtreecommitdiffstats
path: root/Tests/VSMASM/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSMASM/main.c')
-rw-r--r--Tests/VSMASM/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/VSMASM/main.c b/Tests/VSMASM/main.c
new file mode 100644
index 0000000..570ba16
--- /dev/null
+++ b/Tests/VSMASM/main.c
@@ -0,0 +1,2 @@
+extern int foo(void);
+int main(void) { return foo(); }