Commit 9e5c3ba5 by Alexandre Oliva

mark as crash failure

From-SVN: r22773
parent 5e95b7c7
// Build don't link:
// Based on a test-case by Maciej Radziejewski <maciejr@iws.uni-stuttgart.de>
int i(0)(1); // ERROR - multiple initialization - XCRASH *-*-*
// crash test - XFAIL *-*-*
int i(0)(1); // ERROR - multiple initialization
int j(2) = 3; // ERROR - multiple initialization
int k(4)(5)(6); // ERROR - multiple initialization
int m, n(7)(8); // ERROR - multiple initialization
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment