Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
debuginfo
/
cross-crate-type-uniquing.rs
blob: c29757ae7793f4848060ce28e51c30c96beeb5c9 [
file
] [
log
] [
blame
]
//@ aux-build:cross_crate_debuginfo_type_uniquing.rs
extern
crate cross_crate_debuginfo_type_uniquing
;
//@ no-prefer-dynamic
//@ compile-flags:-g -C lto
//@ ignore-backends: gcc
pub
struct
C
;
pub
fn
p
()
->
C
{
C
}
fn
main
()
{
}