2018-05-24 10:05:16 -05:00
|
|
|
// compile-flags: --crate-type dylib --target thumbv7em-none-eabihf
|
2020-08-02 10:23:49 -05:00
|
|
|
// needs-llvm-components: arm
|
2019-10-28 19:00:00 -05:00
|
|
|
// build-pass
|
2018-05-24 10:05:16 -05:00
|
|
|
// error-pattern: dropping unsupported crate type `dylib` for target `thumbv7em-none-eabihf`
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
|
|
|
|
#![no_std]
|
2018-05-24 14:03:48 -05:00
|
|
|
#![no_core]
|