blob: 84d564a61f71906dd1e82f4f755ce33c872eb42e [file] [log] [blame]
Shih-wei Liaof8fd82b2010-02-10 11:10:31 -08001// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
2
3__attribute((annotate("foo"))) char foo;
4void a(char *a) {
5 __attribute__((annotate("bar"))) static char bar;
6}
7
8// CHECK: @llvm.global.annotations = appending global [2 x %0]