]> git.sur5r.net Git - cc65/commit
Add regression tests for duplicate global/static variables detected by the compiler.
authorPiotr Fusik <fox@scene.pl>
Thu, 9 Mar 2017 19:49:20 +0000 (20:49 +0100)
committerPiotr Fusik <fox@scene.pl>
Thu, 9 Mar 2017 19:49:42 +0000 (20:49 +0100)
commit6c3873316b31f86b61ea11b67055ac66b2b66ebd
treea5950db72afdcbde02cbf4ab5d296bb2a3bdf79d
parentce0cf853867e7f1c51075499c264e7d48e845190
Add regression tests for duplicate global/static variables detected by the compiler.
test/err/duplicate-global.c [new file with mode: 0644]
test/err/duplicate-static.c [new file with mode: 0644]