Files
cxxopt/test/link_a.cpp
T

7 lines
62 B
C++
Raw Permalink Normal View History

2017-10-17 18:30:29 +11:00
#include "cxxopts.hpp"
int main(int, char**)
{
return 0;
}