summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/variable-void-type.slang
blob: 57f16cc22fbfb782d49bf67d68318b4f7a7dbec9 (plain)
1
2
3
4
5
6
7
//DIAGNOSTIC_TEST:SIMPLE:
// variable with `void` type

void foo()
{
	void a;
}