new testcase that crashed clang

llvm-svn: 39315
This commit is contained in:
Chris Lattner 2007-01-27 06:23:34 +00:00
parent 739fa67f19
commit a4792c1e64
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// RUN: clang %s
int abc (const float x) {
return 1;
}