summary refs log tree commit diff
path: root/src/test/ui/parser/duplicate-visibility.rs
blob: bb17e97e950c66de7efa226291c2ce52ac3ae8be (plain)
1
2
3
4
// error-pattern:expected one of `(`, `fn`, `static`, or `type`
extern {
    pub pub fn foo();
}