]> git.sur5r.net Git - cc65/commit
Added regression tests of diagnostics for conflicts between extern/public and static... 197/head
authorGreg King <gregdk@users.sf.net>
Thu, 13 Aug 2015 07:39:35 +0000 (03:39 -0400)
committerGreg King <gregdk@users.sf.net>
Thu, 13 Aug 2015 07:39:35 +0000 (03:39 -0400)
commit1baecf4a155842defd64d406de5b56f19a99859b
treeb5c8dc1404ec554aa59d945e1bdfb573a2a77220
parent6032849e60dfa51ab1f39f99845d75a07c6e4e10
Added regression tests of diagnostics for conflicts between extern/public and static declarations.
test/err/static-2.c [new file with mode: 0644]
test/err/static-3.c [new file with mode: 0644]
test/err/static-4.c [new file with mode: 0644]
test/val/static-1.c [new file with mode: 0644]