blob: a9413297140f243115309629adaa7b110b7a1668 (
plain)
1
2
3
4
5
6
7
|
result code = -1
standard error = {
tests/diagnostics/void-function-returning-value.slang(16): error 30019: expected an expression of type 'void', got 'int'
tests/diagnostics/void-function-returning-value.slang(16): note: explicit conversion from 'int' to 'void' is possible
}
standard output = {
}
|