1
Fork 0

add missing sym feature

This commit is contained in:
asquared31415 2021-11-10 01:35:39 -05:00
parent f3e42cb160
commit 3e799e4963

View file

@ -4,7 +4,7 @@
// Checks that multiple clobber_abi options can be used
#![feature(asm)]
#![feature(asm, asm_sym)]
extern "sysv64" fn foo(x: i32) -> i32 {
x + 16