summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/unreachable-code.slang.expected
blob: 6a2f411f6299661d1578a62e8692bc7c6ad219c8 (plain)
1
2
3
4
5
6
7
8
result code = 0
standard error = {
tests/diagnostics/unreachable-code.slang(10): warning 41000: unreachable code detected
    int x = 0;
    ^~~
}
standard output = {
}