You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
85e5156598
most of them to FileCheck. llvm-svn: 136159
7 lines
129 B
C
7 lines
129 B
C
// RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.global_ctors
|
|
|
|
void foo() __attribute__((constructor));
|
|
void foo() {
|
|
bar();
|
|
}
|