summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c
new file mode 100644
index 00000000..3bcfcbe5
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c
@@ -0,0 +1,4 @@
+extern "C" int* i;
+extern "C" { int* i; }
+extern "C" FooString* i;
+extern "C" { FooString* i; } \ No newline at end of file