summaryrefslogtreecommitdiff
path: root/Tests/HIP/MixedLanguage/static.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/HIP/MixedLanguage/static.c')
-rw-r--r--Tests/HIP/MixedLanguage/static.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/HIP/MixedLanguage/static.c b/Tests/HIP/MixedLanguage/static.c
new file mode 100644
index 000000000..06c33b4cc
--- /dev/null
+++ b/Tests/HIP/MixedLanguage/static.c
@@ -0,0 +1,6 @@
+
+
+int static_c_func(int x)
+{
+ return -x;
+}