diff options
Diffstat (limited to 'test/test3.c')
| -rw-r--r-- | test/test3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test3.c b/test/test3.c index 74f4c00..a5d165f 100644 --- a/test/test3.c +++ b/test/test3.c @@ -24,7 +24,7 @@ struct p divsh(int a) { } struct bitset { unsigned long long u; }; -static inline void +void bscopy(struct bitset dst[/*siz*/], const struct bitset src[/*siz*/], unsigned siz) { while (siz--) dst++->u = src++->u; |