Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
21118dc86e38132662430c10f1bb4c6f5923270a
/
.
/
test
/
CodeGenCXX
/
debug-info-enum.cpp
blob: c08fc35af5b9619817ab79a22ea97fde72597e92 [
file
] [
log
] [
blame
]
// RUN: %clang -fverbose-asm -S -g %s -o - | grep DW_TAG_enumeration_type
int
v
;
enum
index
{
MAX
};
void
foo
(
void
)
{
v
=
MAX
;
}