about summary refs log tree commit diff
path: root/tests/ui/extern/extern-1.rs
blob: 226bc1effb17672e31c1aa490902bcc418d2f7ff (plain)
1
2
3
4
5
6
7
8
//@ run-pass
#![allow(dead_code)]

extern "C" fn f() {
}

pub fn main() {
}