C++程序  |  9行  |  102 B

#ifndef CASE_INSENSITIVE_INCLUDE_H
#define CASE_INSENSITIVE_INCLUDE_H

struct S {
  int x;
};

#endif