MOS Source Code
Loading...
Searching...
No Matches
bazel_options_support.cc
Go to the documentation of this file.
1#include "tests/alltypes/alltypes.pb.h"
2
3int main(int argc, char* argv[]) {
4 IntSizes intSizes;
5 if (sizeof(intSizes.req_int8) == 1) {
6 return 0;
7 } else {
8 return 1;
9 }
10}
const char ** argv
Definition kmain.c:44
size_t argc
Definition kmain.c:43
int main()
Definition simple.cpp:6