Swift: add integration test for multiple modules

This commit is contained in:
Paolo Tranquilli
2022-07-01 15:59:36 +02:00
parent 227dad8bf5
commit 8addc06799
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
| file://:0:0:0:0 | A |
| file://:0:0:0:0 | B |
| file://:0:0:0:0 | main |
| file://:0:0:0:0 | partial_modules |

View File

@@ -0,0 +1,5 @@
import swift
from ModuleDecl decl
where not decl.isBuiltinModule() and not decl.isSystemModule()
select decl