aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/pr72828.cppm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/pr72828.cppm')
-rw-r--r--clang/test/Modules/pr72828.cppm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/pr72828.cppm b/clang/test/Modules/pr72828.cppm
index 5745231..7432f28 100644
--- a/clang/test/Modules/pr72828.cppm
+++ b/clang/test/Modules/pr72828.cppm
@@ -17,7 +17,7 @@ struct s {
void f() {
auto [x] = s();
- [x] {};
+ (void) [x] {};
}
// Check that we can generate the LLVM IR expectedly.