6 lines
143 B
C++
6 lines
143 B
C++
|
// RUN: cat %s | %cling -I%p -Xclang -verify 2>&1
|
||
|
.storeState "a"
|
||
|
#include "HeaderFileProtector.h"
|
||
|
.compareState "a"
|
||
|
// CHECK-NOT: Differences
|