jasmin
jasmin copied to clipboard
Dead-code removes intrinsics
The following program is compiled to an empty function, which is not incorrect but not the expected behavior:
export fn main() {
_, _ = #RDTSC();
}