summaryrefslogtreecommitdiff
path: root/tests/basic-types/integers-binary-invalid.test
blob: 89ed2c1d67e157eb30534720a69eff1b35614352 (plain)
1
2
3
4
5
Invalid Code

void main () {
	var foo = 0b123;
}