https://github.com/shader-slang/slang
Raw File
Tip revision: 34acec2258ef1586564fe51126b25910b3202541 authored by Yong He on 23 March 2023, 06:59:22 UTC
Fix generic lowering regression due to IR deduplication. (#2723)
Tip revision: 34acec2
import-exported-a.slang
//TEST_IGNORE_FILE:

// This file imports other code, and re-exports it to clients of this module.

__exported __import import_exported_b;
back to top