blob: 958a8d1c0ea1d260e70513eadc1e5b1e657b25e3 [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
Tanya Lattnere9af5d12004-11-06 22:41:00 +00002
Chris Lattnerc3986132004-04-21 18:49:35 +00003void test(enum foo *X) {
4}
5