1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 // This is just an example file to see what AST looks like for return statements.
4 // clang++ -fsyntax-only -Xclang -ast-dump tutorial1_example.cxx
18 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */