summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/dangling-comparison.slang.expected
blob: 667e2c17a254dedfdc3e61c035d4d2eb9109f849 (plain)
1
2
3
4
5
6
7
8
result code = 0
standard error = {
tests/diagnostics/dangling-comparison.slang(8): warning 30058: result of '==' not used, did you intend '='?
    a == 2; // warn
      ^~
}
standard output = {
}