blob: 581c79356b66efa322bd8d0caa6dc4331287aa55 [file] [log] [blame]
// RUN: clang --emit-llvm -o %t %s
typedef short T[4];
struct s {
T f0;
};
void foo(struct s *x) {
bar((long) x->f0);
}