]> git.proxmox.com Git - rustc.git/blame - src/test/run-pass/issues/issue-3037.rs
New upstream version 1.37.0+dfsg1
[rustc.git] / src / test / run-pass / issues / issue-3037.rs
CommitLineData
b7449926 1// run-pass
0bf4aa26 2#![allow(dead_code)]
c34b1796 3// pretty-expanded FIXME #23616
b7449926 4#![allow(non_camel_case_types)]
c34b1796 5
223e47cc
LB
6enum what { }
7
1a4d82fc 8fn what_to_string(x: what) -> String
223e47cc
LB
9{
10 match x {
11 }
12}
13
14pub fn main()
15{
16}