1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Regression testcase for PR855.

llvm-svn: 30578
This commit is contained in:
Bill Wendling 2006-09-22 05:34:25 +00:00
parent 7bcce1a7f6
commit e1c45087bd

View File

@ -0,0 +1,3 @@
// RUN: %llvmgcc %s -S -o /dev/null 2>&1 | not grep 'internal compiler error'
struct A X[(927 - 37) / sizeof(struct A)];