mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
bcec9dac14
Fixes clang crash reported in PR27778. Differential Revision: http://reviews.llvm.org/D20985 llvm-svn: 271951
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
// RUN: %clang_cc1 -fsyntax-only %s
|
|
|
|
#include "Inputs/cuda.h"
|
|
|
|
const int constint = 512;
|
|
__launch_bounds__(constint) void TestConstInt(void) {}
|