blob: 16a37a3a68b4edf79ea093b46ca352d17f372c0c [file] [log] [blame]
int4 g() {
return (0).xxxx;
}
void main() {
g();
return;
}