hanchenye-llvm-project/clang/test/CodeGen/va_list_test.c

7 lines
190 B
C
Raw Normal View History

// RUN: %clang_cc1 -triple powerpc-unknown-freebsd -emit-llvm -o - %s| FileCheck %s
#include <stdarg.h>
int va_list_size = sizeof(va_list);
// CHECK: va_list_size = global i32 12, align 4