aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/ast-codegen.c
blob: 795be92a24d89838b7021d5da31b3cfa09782704 (plain)
1
2
3
4
5
// RUN: clang -emit-ast -o %t.ast %s &&
// RUN: clang -emit-llvm -S -o - %t.ast | FileCheck %s

// CHECK: module asm "foo"
__asm__("foo");