1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-26 21:32:10 +00:00
llvm-6502/test/FrontendC/2008-03-26-PackedBitFields.c

8 lines
109 B
C
Raw Normal View History

// RUN: %llvmgcc %s -S -o -
struct S1757 {
long double c;
long int __attribute__((packed)) e:28;
} x;