From 069301a603ad07338179bafed0c35b6fe3b372f2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 22 Jan 2026 02:24:44 +0100 Subject: Better arg parsing --- tests/test.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/test.c') 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() {} -- cgit v1.2.3