summary refs log tree commit diff
path: root/src/test/run-pass/attr.rs
blob: 645baf32e0458047dc813bfd6e22ec2a278f8b36 (plain)
1
2
3
4
5
6
7
// pretty-expanded FIXME #23616

#![feature(main)]

#[main]
fn foo() {
}