#include <string.h>__asm int myasm(char *r0){ B __cpp(strlen);}int main(void){ return myasm("abcd");}