mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 16:06:07 +00:00

which determines whether a particular file is actually a header that is intended to be guarded from multiple inclusions within the same translation unit. llvm-svn: 130808
4 lines
21 B
C
4 lines
21 B
C
#pragma once
|
|
int i;
|
|
|