1*08ef80f4SNico Weber // REQUIRES: asserts 2*08ef80f4SNico Weber // RUN: not %clang_cc1 -emit-llvm -triple %itanium_abi_triple -o - %s 2>&1 | FileCheck %s 3*08ef80f4SNico Weber 4*08ef80f4SNico Weber struct { f__anonc3fff3fc01085*08ef80f4SNico Weber void __attribute__((used)) f() {} 6*08ef80f4SNico Weber }; 7*08ef80f4SNico Weber // CHECK: 2 errors generated. 8*08ef80f4SNico Weber 9*08ef80f4SNico Weber // Emit the errors, but don't assert. 10