Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / usr.bin / xlint / lint1 / test11.c
blobd970be182648bdbfdb618232d1bbef2384a8852a
1 /* GCC compound statements */
3 foo(unsigned long z)
5 z = ({ unsigned long tmp; tmp = 1; tmp; });
6 foo(z);