1 // RUN: %clang_cc1 -emit-llvm -x c++ < %s
11 while ( true && xpto
[0] );
16 void test2() { ++a
+=10; }
19 int test3(const char*);
20 int test3g
= test3(__PRETTY_FUNCTION__
);
32 // Incomplete type in conditional operator.
33 // Check operations on incomplete types.
35 struct s5
&f5_0(bool cond
, struct s5
&a
, struct s5
&b
) {