summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/generic-invalid-type-specialization.slang.expected
blob: 3c323ef46fdd182dc4a69af1ad946db0993b73d8 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/generic-invalid-type-specialization.slang(17): error 30060: expected a type, got a 'int'
    Check<2 + 2> v;
            ^
}
standard output = {
}