brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · 9e54ecb Raw
9 lines · c
1// RUN: %clang_cc1 -std=gnu89 -emit-llvm %s  -o /dev/null2 3/* This is apparently legal C.4 */5extern __inline__ void test(void) { }6 7void test(void) {8}9