forked from OSchip/llvm-project
5 lines
204 B
C
5 lines
204 B
C
|
// RUN: %clang_cc1 -fwarn-stack-size=42 -emit-llvm -o - %s | FileCheck %s
|
||
|
void foo(void) {}
|
||
|
// CHECK: define {{.*}} @foo() [[ATTR:#[0-9]+]] {
|
||
|
// CHECK: attributes [[ATTR]] = {{.*}} "warn-stack-size"="42"
|