summaryrefslogtreecommitdiff
path: root/tests/diagnostics/parameter-already-defined.slang.expected
blob: b748b95230c6a4a10149900e0b52862248c14e95 (plain)
1
2
3
4
5
6
7
result code = -1
standard error = {
tests/diagnostics/parameter-already-defined.slang(4): error 30200: declaration of 'a' conflicts with existing declaration
tests/diagnostics/parameter-already-defined.slang(4): note: see previous declaration of 'a'
}
standard output = {
}