aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-05-28 09:17:02 +0200
committerlemon <lsof@mailbox.org>2023-05-28 09:17:02 +0200
commit0be496ba1ca5695091494576fb18e4368789b491 (patch)
treefc61ddfe2f0f1d4a602175f158ca48c8037768fa /test.c
parent0f53520c5ee5f07ec2ba0361172fd72bd1456ad4 (diff)
cleanup
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index deaa6d9..2f2a39a 100644
--- a/test.c
+++ b/test.c
@@ -20,7 +20,7 @@ int abs(int x){
int popcnt(unsigned x) {
int n = 0;
while (x) x >>= 1, n++;
- return n;
+ return n + sizeof &"รก"[0];
}
struct f {