diff options
Diffstat (limited to 'Tests/GeneratorExpression/objlib1.c')
-rw-r--r-- | Tests/GeneratorExpression/objlib1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/GeneratorExpression/objlib1.c b/Tests/GeneratorExpression/objlib1.c index 98a95a4..b33aa48 100644 --- a/Tests/GeneratorExpression/objlib1.c +++ b/Tests/GeneratorExpression/objlib1.c @@ -1,4 +1,4 @@ -void objlib1() +void objlib1(void) { } |