]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/unsafe-foreign-mod.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / unsafe-foreign-mod.rs
1 unsafe extern "C" {
2 //~^ ERROR extern block cannot be declared unsafe
3 }
4
5 fn main() {}