modernc.org/cc@v1.0.1/testdata/issue77.c (about)

     1  void f() {
     2  	if ("abc"[0] == 'a') {}
     3  }