DummyFunctionTool_tool.cc
Go to the documentation of this file.
2 
3 namespace art {
4  namespace test {
5  int
6  num(int)
7  {
8  return 1;
9  }
10  } // namespace test
11 } // namespace art
12 
#define DEFINE_ART_FUNCTION_TOOL(tool, type)
Definition: ToolMacros.h:54