summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/variable-void-type.spire
blob: 926e6401d879306a62de47d97b696e6801728b8f (plain)
1
2
3
4
5
6
7
//TEST:SIMPLE:
// variable with `void` type

void foo()
{
	void a;
}