diff options
Diffstat (limited to 'Tests/HIP/MixedLanguage/static.c')
-rw-r--r-- | Tests/HIP/MixedLanguage/static.c | 6 |
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 0000000..06c33b4 --- /dev/null +++ b/Tests/HIP/MixedLanguage/static.c @@ -0,0 +1,6 @@ + + +int static_c_func(int x) +{ + return -x; +} |