]> git.sur5r.net Git - cc65/commit
Add regression tests for duplicate globals with different linkage. 381/head
authorPiotr Fusik <fox@scene.pl>
Thu, 9 Mar 2017 20:18:48 +0000 (21:18 +0100)
committerPiotr Fusik <fox@scene.pl>
Thu, 9 Mar 2017 20:18:48 +0000 (21:18 +0100)
commit05d1b8072b580b1a68e09a76f21c9b8599af7028
treef792035ab079aabfd1931acc41d359481acdd3a8
parent6c3873316b31f86b61ea11b67055ac66b2b66ebd
Add regression tests for duplicate globals with different linkage.
test/err/duplicate-global-static.c [new file with mode: 0644]
test/err/duplicate-static-global.c [new file with mode: 0644]