summaryrefslogtreecommitdiff
path: root/gyp/test/no-cpp/src/call-f-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/test/no-cpp/src/call-f-main.c')
-rw-r--r--gyp/test/no-cpp/src/call-f-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/test/no-cpp/src/call-f-main.c b/gyp/test/no-cpp/src/call-f-main.c
new file mode 100644
index 0000000..8b95c59
--- /dev/null
+++ b/gyp/test/no-cpp/src/call-f-main.c
@@ -0,0 +1,2 @@
+void* f();
+int main() { f(); }