You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
176 B

void foo()
{
for( unsigned p = 0; p < np;
++p )
{
double* o = bar[p];
}
int x = 42;
}
void bar()
{
// hello
int x = 42;
if( x ) foo;
type::value_t y = 0;
}