mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
6 lines
164 B
Text
6 lines
164 B
Text
module "test-base" {
|
|
export *
|
|
header "Inputs/dependency-gen-included.h"
|
|
use "test-base2"
|
|
}
|
|
extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
|