summary refs log tree commit diff
path: root/src/test/ui/extern/extern-1.rs
blob: eb9aabc87bc8be761c9e2ad7df6a8670053af70d (plain)
1
2
3
4
5
6
7
8
9
// run-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616

extern fn f() {
}

pub fn main() {
}