summaryrefslogtreecommitdiff
path: root/tests/diagnostics/no-type-conformance.slang.expected
blob: bc38fa7f12b1acb1808d4500a0f28214ca2aacd7 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/no-type-conformance.slang(4): error 50100: No type conformances are found for interface 'IFoo'. Code generation for current target requires at least one implementation type present in the linkage.
interface IFoo
          ^~~~
}
standard output = {
}