summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-22 02:24:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-22 02:24:44 +0100
commit069301a603ad07338179bafed0c35b6fe3b372f2 (patch)
tree74010f542968876938d18effe8939694ddafdc03 /tests/test.c
parentac3c52c4431d422affe951ff0641b4eb04787e54 (diff)
downloadcrep-069301a603ad07338179bafed0c35b6fe3b372f2.tar.gz
Better arg parsing
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() {}