Add missing needs-asm-support annotation to ui/simple_global_asm.rs

This commit is contained in:
bjorn3 2023-03-26 17:30:18 +00:00
parent 89c2e3d3d7
commit e9815d6638

View File

@ -1,4 +1,5 @@
// run-pass // run-pass
// needs-asm-support
#![feature(naked_functions)] #![feature(naked_functions)]
#![allow(dead_code)] #![allow(dead_code)]