Files
acme/testing/errors/macrotwice.a
marcobaye 2e2eb5e60c fixed bug where labels could be used before pc definition,
added test files.


git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@344 4df02467-bbd4-4a76-a152-e7ce94205b78
2024-02-21 01:26:13 +00:00

5 lines
68 B
Plaintext

!macro dings {
}
!macro dings { ; -> "Macro already defined."
}