diff options
Diffstat (limited to 'spec/fixtures/fixturedep.c')
-rw-r--r-- | spec/fixtures/fixturedep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/fixturedep.c b/spec/fixtures/fixturedep.c new file mode 100644 index 00000000..e3fcdd51 --- /dev/null +++ b/spec/fixtures/fixturedep.c | |||
@@ -0,0 +1,4 @@ | |||
1 | |||
2 | int fixturedep_fn() { | ||
3 | return 0; | ||
4 | } | ||