Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cbbba7f69765c9f73bba39f51a474035a6e6a189
/
.
/
build_tests
/
gflags.cc
blob: b2f0d08eebb847e09045ff92c7e7e7de19f85473 [
file
] [
log
] [
blame
]
#include
"gflags/gflags.h"
DEFINE_int32
(
test_flag
,
0
,
"Test command-line flag"
);
int
main
()
{
return
FLAGS_test_flag
;
}