aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/cfg-test.rs
blob: a2e870c80dcf231ac9fbb260927db29c1b8c6f16 (plain)
1
2
3
4
#[test]
fn foo() {
    some_function_which_doesnt_exist();
}