mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
d775249c76
llvm-svn: 7984
7 lines
58 B
C
7 lines
58 B
C
void foo()
|
|
{
|
|
char *ap;
|
|
ap[1] == '-' && ap[2] == 0;
|
|
}
|
|
|