blob: 4416fbd31c9253378b14f74ff65e61d002d238a1 [file] [log] [blame] [edit]
int4 g() {
return (int(0)).xxxx;
}
void main() {
g();
}