view clang/test/Modules/Inputs/StdDef/module.map @ 266:00f31e85ec16 default tip

Added tag current for changeset 31d058e83c98
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Oct 2023 10:13:55 +0900
parents 1d019706d866
children
line wrap: on
line source

module StdDef {
  module SizeT {
    header "size_t.h"
    export *
  }

  module Other {
    header "other.h"
    export *
  }

  module PtrDiffT {
    header "ptrdiff_t.h"
    export *
  }

  module IncludeAgain {
    header "include_again.h"
    export *
  }
}