1// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s2// expected-no-diagnostics3 4[[gnu::no_stack_protector]] void test1() {}5[[clang::no_stack_protector]] void test2() {}6