mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-13 17:37:00 +00:00

Reverting to simplify some Google-internal rollout issues. Will recommit in a week or two. This reverts commit 517bbc64dbe493644eff8d55fd9566435e930520.
11 lines
418 B
C++
11 lines
418 B
C++
// RUN: %clang_cc1 -triple i686-w64-windows-gnu -o - -emit-llvm -debug-info-kind=constructor %s | FileCheck %s
|
|
|
|
enum nsresult {};
|
|
|
|
class NotNull;
|
|
|
|
class nsICanvasRenderingContextInternal {
|
|
// CHECK: !DISubprogram(name: "InitializeWithDrawTarget", linkageName: "\01__ZN33nsICanvasRenderingContextInternal24InitializeWithDrawTargetE7NotNull@4"
|
|
nsresult __stdcall InitializeWithDrawTarget(NotNull);
|
|
} nsTBaseHashSet;
|