// RUN: %clang_cc1 %s -triple %itanium_abi_triple -fcxx-exceptions -fms-compatibility -emit-llvm -o - | FileCheck %s
extern "C"
// PR18661: Clang would fail to emit function definition with mismatching
// exception specification, even though it was just treated as a warning.
// CHECK: define {{.*}}void @f()