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