summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index 4326f11..1d5fd3f 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -30,3 +30,8 @@ int main() {
hello();
return 0;
}
+
+// Case sensitivity tests
+void FooBar() {}
+void foobar() {}
+void FOOBAR() {}