blob: 0f92fc2f7f31add41fb1e5587aaa35c6e676ae9a [file] [log] [blame]
// run-pass
// This test is just checking that we continue to accept `-g -g -O -O`
// as options to the compiler.
// compile-flags:-g -g -O -O
// ignore-asmjs wasm2js does not support source maps yet
fn main() {
assert_eq!(1, 1);
}