blob: 986c8a5792d44fc3f01e932c69b6788aef03e54f (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/missing-include-file.slang(4): error 15300: failed to find include file 'does-not-exist.h'
#include "does-not-exist.h"
^~~~~~~~~~~~~~~~~~
}
standard output = {
}
|