This removes links to rdar, which is an internal bug tracker that the community doesn't have visibility into. See further discussion at: https://discourse.llvm.org/t/code-review-reminder-about-links-in-code-commit-messages/71847
5 lines
111 B
C++
5 lines
111 B
C++
// RUN: %clang_cc1 -emit-llvm %s -o -
|
|
//
|
|
typedef int __attribute__((vector_size(16))) v;
|
|
v vt = {1, 2, 3, 4};
|