blob: b840dc9874648c602df13488d9eddfb900bb8e43 [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main ()
{
strlen("123456789");
return 0;
}