char getChar() { return 'a'; } int main() { int x = "hello"; return getChar(); }