brintos

brintos / llvm-project-archived public Read only

0
0
Text · 378 B · 25fb19c Raw
10 lines · c
1// RUN: %clang_cc1 -emit-llvm -triple hexagon-unknown-unknown %s -o /dev/null2// REQUIRES: hexagon-registered-target3 4// Testcase for bug 14744.  Empty file is sufficient, since the problem5// was a bad data layout string in the Hexagon target causing an ICE6// when compiling any Hexagon program.7 8int x;  // In C99, a translation unit needs to have at least one declaration.9 10