blob: 5f95fa2df5a02a6685894a5ebc54c0532216827a [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
Dmitri Gribenkof5e208c2013-01-02 22:30:14 +00002// REQUIRES: hexagon-registered-target
Anshuman Dasgupta1a090f12013-01-02 21:25:57 +00003
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
8int x; // In C99, a translation unit needs to have at least one declaration.
9