summaryrefslogtreecommitdiff
path: root/tests/semantic/cast-gvalue-unsupported.test
blob: ef60d90caab83b084fb8263c9812507e05213748 (plain)
1
2
3
4
5
6
Invalid Code

void main () {
	Value v = Value (typeof (int));
	var i = (int?) v;
}