view lphobos/llvmsupport.d @ 1406:eb7cb41ee585

Allow package protected members to be accessed by the declaring module even if it isn't in a package.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 May 2009 18:08:31 +0200
parents 0ccfae271c45
children
line wrap: on
line source

module llvmsupport;

import
llvm.intrinsic,
llvm.va_list;