summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/stdint/main.cpp
blob: 91e5c3a67c483d43b07910a1f3bad7aa8b1ffb75 (plain)
1
2
3
4
5
6
7
8
/* Check for the presence of stdint.h */
#include <stdint.h>

int main()
{
    return 0;
}