No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / expr / incomplete1.C
blob03e363a3d5a66633b2721850f9b7e46be46a1ddc
1 // PR 10202
2 // { dg-do compile }
3 // { dg-options -O0 }
5 extern struct _smtp_account smtp_accounts[];
6 typedef struct _smtp_account {
7         int flags;
8 } Smtp_Account;
10 void get_smtp_host_info ()
12         if (smtp_accounts[0].flags & 0x01)
13                 get_smtp_host_info();