summaryrefslogtreecommitdiff
path: root/test/profile
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile')
-rw-r--r--test/profile/Inputs/comdat_rename.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Inputs/comdat_rename.h b/test/profile/Inputs/comdat_rename.h
index 53e1007ac..d30628f13 100644
--- a/test/profile/Inputs/comdat_rename.h
+++ b/test/profile/Inputs/comdat_rename.h
@@ -9,5 +9,5 @@ struct FOO {
}
}
int a;
- int b;
+ int volatile b;
};