mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 03:33:08 -04:00
8 lines
117 B
Text
8 lines
117 B
Text
module Misplaced {
|
|
module Sub_A {
|
|
header "misplaced-a.h"
|
|
}
|
|
module Sub_B {
|
|
header "misplaced-b.h"
|
|
}
|
|
}
|