about summary refs log tree commit diff
path: root/tests/codegen/force-unwind-tables.rs
blob: 33fdf7653f49189de77daef9217f7c6b0cf14e68 (plain)
1
2
3
4
5
6
//@ compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y -Copt-level=0

#![crate_type="lib"]

// CHECK: attributes #{{.*}} uwtable
pub fn foo() {}