Skip to content
Snippets Groups Projects
Commit f25a1623 authored by Eric Christopher's avatar Eric Christopher
Browse files

Move test from llvm/test/FrontendCXX and update.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137682 91177308-0d34-0410-b5e6-96231b3b80d8
parent 7d458b07
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -fsyntax-only -verify -Wall %s
// rdar://5683899
void** f(void **Buckets, unsigned NumBuckets) {
return Buckets + NumBuckets;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment