Files
clang-p2996/lldb/test/functionalities/launch_with_shellexpand/main.cpp
Enrico Granata b38ef8c2b6 Rename the "glob arguments" feature to "shell expand arguments"
This should not bring any feature change, except changing names of things here and there

llvm-svn: 230077
2015-02-20 22:20:30 +00:00

6 lines
72 B
C++

int
main (int argc, char const **argv)
{
return 0; // break here
}