]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panics/test-panic.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / panics / test-panic.rs
1 // run-fail
2 // check-stdout
3 // compile-flags: --test
4 // ignore-emscripten
5
6 #[test]
7 fn test_foo() {
8     panic!()
9 }