mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 15:58:57 -04:00

Differential Revision: http://reviews.llvm.org/D19843 Corresponding LLVM change: http://reviews.llvm.org/D19842 Re-commit of r272562 after addressing clang-x86-win2008-selfhost failure. llvm-svn: 272584
9 lines
102 B
C
9 lines
102 B
C
#ifndef CASE_INSENSITIVE_INCLUDE_H
|
|
#define CASE_INSENSITIVE_INCLUDE_H
|
|
|
|
struct S {
|
|
int x;
|
|
};
|
|
|
|
#endif
|