mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
12 lines
151 B
Text
12 lines
151 B
Text
module D {
|
|
header "../src/common.h"
|
|
}
|
|
|
|
module A {
|
|
header "../src/common.h"
|
|
use C
|
|
}
|
|
|
|
extern module B "moduleb.map"
|
|
extern module C "modulec.map"
|
|
|