diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/depth_test/level0.c | 1 | ||||
| -rw-r--r-- | tests/depth_test/sub/level1.c | 1 | ||||
| -rw-r--r-- | tests/test.c | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/depth_test/level0.c b/tests/depth_test/level0.c new file mode 100644 index 0000000..a872dab --- /dev/null +++ b/tests/depth_test/level0.c | |||
| @@ -0,0 +1 @@ | |||
| void level0() {} | |||
diff --git a/tests/depth_test/sub/level1.c b/tests/depth_test/sub/level1.c new file mode 100644 index 0000000..e4fd738 --- /dev/null +++ b/tests/depth_test/sub/level1.c | |||
| @@ -0,0 +1 @@ | |||
| void level1() {} | |||
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() { | |||
| 30 | hello(); | 30 | hello(); |
| 31 | return 0; | 31 | return 0; |
| 32 | } | 32 | } |
| 33 | |||
| 34 | // Case sensitivity tests | ||
| 35 | void FooBar() {} | ||
| 36 | void foobar() {} | ||
| 37 | void FOOBAR() {} | ||
