1export fn foo() void {
2 asm volatile("" ::: undefined);
3}
4
5// error
6//
7// :2:25: error: use of undefined value here causes illegal behavior