]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/abi-main-signature-16bit-c-int.rs
Refactor away `inferred_obligations` from the trait selector
[rust.git] / src / test / codegen / abi-main-signature-16bit-c-int.rs
1 // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2 // file at the top-level directory of this distribution and at
3 // http://rust-lang.org/COPYRIGHT.
4 //
5 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8 // option. This file may not be copied, modified, or distributed
9 // except according to those terms.
10
11 // Checks the signature of the implicitly generated native main()
12 // entry point. It must match C's `int main(int, char **)`.
13
14 // This test is for targets with 16bit c_int only.
15 // ignore-aarch64
16 // ignore-arm
17 // ignore-asmjs
18 // ignore-hexagon
19 // ignore-mips
20 // ignore-powerpc
21 // ignore-powerpc64
22 // ignore-s390x
23 // ignore-sparc
24 // ignore-wasm32
25 // ignore-x86
26 // ignore-x86_64
27 // ignore-xcore
28
29 fn main() {
30 }
31
32 // CHECK: define i16 @main(i16, i8**)