SIGSEGV

  1. enum SIGSEGV;
    version(Posix)
    extern (C) nothrow @nogc
    enum SIGSEGV = 11;
  2. enum SIGSEGV;

Meta