// RUN: %clang_cc1 %s -triple %itanium_abi_triple -O1 -disable-llvm-passes -emit-llvm -o - | FileCheck %s
// Test the attributes for the lambda function contains 'optnone' as result of
// the _Pragma("clang optimize off").
_Pragma
void
_Pragma
// CHECK: attributes #[[LAMBDA_ATR]] = { {{.*}} optnone {{.*}} }