summaryrefslogtreecommitdiff
path: root/tests/scanner/string-escape-x-digit-length.test
blob: f2134491be24c59e0d2fc8e4104e10a141992c12 (plain)
1
2
3
4
5
Invalid Code

void main () {
	string foo = "\x";
}