FrameworkSystemIncludeTest.c 77 B

12345678
  1. #include <Example/Example.h>
  2. int foo(void);
  3. int foo(void)
  4. {
  5. return 42;
  6. }