Guest User

segfault

a guest
Feb 24th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.14 KB | None | 0 0
  1. import std.net.curl;
  2.  
  3. class A {
  4.     HTTP http;
  5.     this() {
  6.         http = HTTP();
  7.     }
  8. }
  9.  
  10. void main() {
  11.     A a = new A();
  12.     //a.http.shutdown(); fix
  13. }
Add Comment
Please, Sign In to add comment