1 #include <cstdio> 2 3 #include "foo.h" 4 5 struct Foo { 6 char* ptr; 7 }; 8 main()9 void main() { printf("hello, clang format!"); } 10