Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / pr22013-1.c
blob1dd0adcffc6d249229e679435e7f635db5ee36b4
1 typedef unsigned short W;
2 typedef const W *P;
4 extern void g(P);
6 void
7 f ()
9 const P s = (const W []){ 'R' };
10 g (s);