Add warning test to make buildbots happy after 514e4359

This commit is contained in:
Erich Keane 2023-03-21 08:34:20 -07:00
parent e73dd6254e
commit 01d05bd407
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -verify -fsyntax-only %s
// RUN: %clang_cc1 -verify -fsyntax-only %s -Wno-c++17-extensions
int bar();

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -verify -fsyntax-only %s
// RUN: %clang_cc1 -verify -fsyntax-only %s -Wno-c++17-extensions
int bar();