https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #8 from Walter Bright <[email protected]> ---
Simpler test case:

  __vector(float[4]) foo();

  void bar() {
    float g = foo().ptr[0];
  }

--

Reply via email to