bolt/deps/llvm-18.1.8/clang/test/Sema/no_stack_protector.cpp
2025-02-14 19:21:04 +01:00

5 lines
173 B
C++

// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
// expected-no-diagnostics
[[gnu::no_stack_protector]] void test1() {}
[[clang::no_stack_protector]] void test2() {}