2020-01-30 23:43:33 -06:00
|
|
|
// Make sure there's an error when given `extern { ... #[attr] }`.
|
2013-08-19 15:43:57 -05:00
|
|
|
|
2020-01-30 23:43:33 -06:00
|
|
|
fn main() {}
|
2013-08-19 15:43:57 -05:00
|
|
|
|
2020-09-01 16:12:52 -05:00
|
|
|
extern "C" {
|
2013-08-19 15:43:57 -05:00
|
|
|
#[cfg(stage37)] //~ ERROR expected item after attributes
|
|
|
|
}
|