diff options
Diffstat (limited to 'tests/codegen/bpf-alu32.rs')
| -rw-r--r-- | tests/codegen/bpf-alu32.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/codegen/bpf-alu32.rs b/tests/codegen/bpf-alu32.rs deleted file mode 100644 index 5955bf3317f..00000000000 --- a/tests/codegen/bpf-alu32.rs +++ /dev/null @@ -1,11 +0,0 @@ -//@ only-bpf -#![crate_type = "lib"] -#![feature(bpf_target_feature)] -#![no_std] - -#[no_mangle] -#[target_feature(enable = "alu32")] -// CHECK: define i8 @foo(i8 returned %arg) unnamed_addr #0 { -pub unsafe fn foo(arg: u8) -> u8 { - arg -} |
