mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
Some checks are pending
build and test / test-x86_64-linux (push) Waiting to run
build and test / test-x86_64-osx (push) Waiting to run
build and test / test-aarch64-osx (push) Waiting to run
build and test / test-x86_64-win32 (push) Waiting to run
build and test / test-i386-win32 (push) Waiting to run
build and test / test-armv7-linux (push) Waiting to run
build and test / test-aarch64-linux (push) Waiting to run
build and test / test-riscv64-linux (push) Waiting to run
Fix 'void func2(char *(*md)(char *md))' declaration. Fix global array and local extern array problems. Fix scope problem with old function declaration. Fix 'typedef int t[]' declaration. Empty size should remain.
26 lines
657 B
Plaintext
26 lines
657 B
Plaintext
129_scopes.c:10: ok : "!in"
|
|
129_scopes.c:11: ok : "in"
|
|
129_scopes.c:12: ok : "!in"
|
|
129_scopes.c:15: ok : "!in"
|
|
129_scopes.c:16: ok : "in"
|
|
129_scopes.c:17: ok : "!in"
|
|
129_scopes.c:20: ok : "!in"
|
|
129_scopes.c:21: ok : "in"
|
|
129_scopes.c:22: ok : "!in"
|
|
129_scopes.c:25: ok : "!in"
|
|
129_scopes.c:26: ok : "!in"
|
|
129_scopes.c:27: ok : "!in"
|
|
129_scopes.c:31: ok : "!in"
|
|
129_scopes.c:32: ok : "in"
|
|
129_scopes.c:33: ok : "!in"
|
|
129_scopes.c:36: ok : "!in"
|
|
129_scopes.c:37: ok : "in"
|
|
129_scopes.c:38: ok : "!in"
|
|
129_scopes.c:41: ok : "!in"
|
|
129_scopes.c:42: ok : "in"
|
|
129_scopes.c:43: ok : "!in"
|
|
129_scopes.c:59: ok : "c == 'a'"
|
|
129_scopes.c:69: ok : "st.a == 10"
|
|
test
|
|
1
|