auto_include_workaround.cc 87 B

123456789
  1. #include "auto_include.h"
  2. void do_another_thing()
  3. {
  4. }
  5. void do_a_thing( Thing t )
  6. {
  7. }