SIGILL

  1. enum SIGILL;
    version(Posix)
    extern (C) nothrow @nogc
    enum SIGILL = 4;
  2. enum SIGILL;

Meta