blob: a80b495f97fa33c378d168308ac6376ee15fffb6 [file] [log] [blame]
error: must have type `*const T` or `*mut T` due to `#[linkage]` attribute
--> $DIR/auxiliary/def_illtyped_external.rs:5:1
|
LL | pub static EXTERN: u32 = 0;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error