summaryrefslogtreecommitdiff
path: root/Tests/VSNASM/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSNASM/main.c')
-rw-r--r--Tests/VSNASM/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/VSNASM/main.c b/Tests/VSNASM/main.c
new file mode 100644
index 0000000000..18ddb7826f
--- /dev/null
+++ b/Tests/VSNASM/main.c
@@ -0,0 +1,5 @@
+extern int foo(void);
+int main(void)
+{
+ return foo();
+}