[clang-format] Also check ClangFormat.rst is up to date in docs_updated.test
[llvm-project.git] / lldb / test / Shell / Commands / Inputs / main.c
blobc029ddd96cd52ed9871ee1d4b55a17f07fbea5b5
1 int foo() { return 0; }
2 int main() { return foo(); }