blob: 2c0e82b4de5d8d073afc1787b662b9137c499564 [file] [log] [blame]
Anshuman Dasgupta1a090f12013-01-02 21:25:57 +00001// RUN: %clang_cc1 -emit-llvm -triple hexagon-unknown-unknown %s -S -o /dev/null
2
3// Testcase for bug 14744. Empty file is sufficient, since the problem
4// was a bad data layout string in the Hexagon target causing an ICE
5// when compiling any Hexagon program.
6
7int x; // In C99, a translation unit needs to have at least one declaration.
8