921e5a0eb4
From-SVN: r14840
10 lines
80 B
C
10 lines
80 B
C
typedef char type;
|
|
|
|
type
|
|
foo (b)
|
|
{
|
|
type a;
|
|
for (a = 10; a < b; a++)
|
|
;
|
|
}
|