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