xref: /llvm-project/clang/test/Frontend/hexagon-target-basic.c (revision c4c3efa161edf7313d1aeda07cd82fab90c3717c)
1 // RUN: %clang_cc1 -emit-llvm -triple hexagon-unknown-unknown %s -o /dev/null
2 // REQUIRES: hexagon-registered-target
3 
4 // Testcase for bug 14744.  Empty file is sufficient, since the problem
5 // was a bad data layout string in the Hexagon target causing an ICE
6 // when compiling any Hexagon program.
7 
8 int x;  // In C99, a translation unit needs to have at least one declaration.
9 
10