summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/ptrsize/ptrsizetest.cpp
blob: f2de94337b138820ef0c466ba15384672ac31de8 (plain)
1
2
3
4
5
6
7
8
9
/* Sample program for configure to test pointer size on target
platforms.
*/

int main( int, char ** )
{
    return sizeof(void *);
}