spec/fixtures/c_source/hello.c in pry-doc-0.13.0pre7 vs spec/fixtures/c_source/hello.c in pry-doc-0.13.0pre8

- old
+ new

@@ -27,5 +27,17 @@ typedef struct { int lovely; char horse; } cutie_pie; + +void tinkywinky(void) { +} + +void lala(void) +{ +} + +int* +po(void) +{ +}