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