blob: 958a8d1c0ea1d260e70513eadc1e5b1e657b25e3 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3void test(enum foo *X) {
4}
5