]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-16441.rs
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-16441.rs
CommitLineData
b7449926 1// run-pass
0bf4aa26 2#![allow(dead_code)]
c34b1796
AL
3// pretty-expanded FIXME #23616
4
1a4d82fc 5struct Empty;
223e47cc 6
1a4d82fc 7// This used to cause an ICE
f035d41b 8#[allow(improper_ctypes_definitions)]
1a4d82fc 9extern "C" fn ice(_a: Empty) {}
223e47cc
LB
10
11fn main() {
223e47cc 12}