DEBSOURCES
Skip Quicknav
sources / ikos / 3.5-2 / analyzer / test / regression / null / test-3.c
1234567
#include <stdio.h> #include <string.h> int main() { const char* s = "AAAA"; return strlen(s); }