about summary refs log tree commit diff
path: root/third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc
blob: b7b5cf6c6650ab93b6b02cb1c955dc43ebf4620e (plain) (blame)
1
2
3
4
5
6
#include <glog/logging.h>

int main(int /*argc*/, char** argv)
{
    google::InitGoogleLogging(argv[0]);
}