blob: 84d564a61f71906dd1e82f4f755ce33c872eb42e [file] [log] [blame]
Eli Friedman8b7124a2010-01-03 00:51:58 +00001// 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]