blob: 3985e96ab9fe78573f238e53aba7576aae4fb294 [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm-only -verify %s
// expected-no-diagnostics
enum A { a } __attribute((packed));
int func(A x) { return x==a; }