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;
}