aboutsummaryrefslogtreecommitdiff
path: root/src/cctest/namespace/stdio_h-global.cc
blob: bd31900a15de9edbc6cfa19aed619727ab09276e (plain)
1
2
3
4
5
6
7
8
9
10
// $Header$

#include <stdio.h>

int main()
{
printf("testing <stdio.h> functions in global namespace:\n");
printf("==> #include <stdio.h>; printf() is ok\n");
return 0;
}