blob: 30915e39d814d386f2114bf7851d02c1fe82392b (
plain)
1
2
3
4
5
6
7
8
|
result code = 0
standard error = {
tests/diagnostics/if-empty-body.slang(9): warning 20101: potentially unintended empty statement at this location; use {} instead.
if (1+1==2);
^
}
standard output = {
}
|