From 165a95ebb2e9dbdc1b92bdc103470438a5114500 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 22 Jul 2025 16:14:07 -0700 Subject: Fix visibility of synthesized Differential typedefs. (#7865) * Fix visibility of synthesized `Differential` typedefs. * Delete incorrect test. --- tools/slang-test/slang-test-main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp index 6355426f7..54ec1a842 100644 --- a/tools/slang-test/slang-test-main.cpp +++ b/tools/slang-test/slang-test-main.cpp @@ -657,7 +657,10 @@ static void SLANG_STDCALL _fileCheckDiagnosticCallback( auto& testReporter = *reinterpret_cast(data); testReporter.message(messageType, message); } - +struct bool2 +{ + bool x, y; +}; // // Check some generated output with FileCheck // -- cgit v1.2.3