DEBSOURCES
Skip Quicknav
sources / llvm-2.9 / 2.9%2Bdfsg-7 / test / FrontendC / pr2394.c
123456
// RUN: %llvmgcc %s -S -o - | FileCheck %s struct __attribute((packed)) x {int a : 24;}; int a(struct x* g) { // CHECK: load i24 return g->a; }