C++程序  |  10行  |  101 B

// RUN: %llvmgcc %s -O3 -S -o -
// PR1175

struct empty { };

void foo(struct empty *p) {
   p++;
}