diff options
Diffstat (limited to 'compiler-rt/test/profile/Inputs/comdat_rename.h')
-rw-r--r-- | compiler-rt/test/profile/Inputs/comdat_rename.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/Inputs/comdat_rename.h b/compiler-rt/test/profile/Inputs/comdat_rename.h index 53e1007acac..d30628f13b6 100644 --- a/compiler-rt/test/profile/Inputs/comdat_rename.h +++ b/compiler-rt/test/profile/Inputs/comdat_rename.h @@ -9,5 +9,5 @@ struct FOO { } } int a; - int b; + int volatile b; }; |