summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/va_list_test.c
blob: 33a12d6e28dc81cfcde1960e5ea8418c805992d9 (plain)
1
2
3
4
5
6
// 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
OpenPOWER on IntegriCloud