aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
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 {