2013-01-03 05:25:57 +08:00
|
|
|
// RUN: %clang_cc1 -emit-llvm -triple hexagon-unknown-unknown %s -S -o /dev/null
|
2013-01-03 06:30:14 +08:00
|
|
|
// REQUIRES: hexagon-registered-target
|
2013-01-03 05:25:57 +08:00
|
|
|
|
|
|
|
// Testcase for bug 14744. Empty file is sufficient, since the problem
|
|
|
|
// was a bad data layout string in the Hexagon target causing an ICE
|
|
|
|
// when compiling any Hexagon program.
|
|
|
|
|
|
|
|
int x; // In C99, a translation unit needs to have at least one declaration.
|
|
|
|
|