blob: 795be92a24d89838b7021d5da31b3cfa09782704 [file] [log] [blame]
Daniel Dunbaraca2ebd2009-09-17 00:48:13 +00001// RUN: clang -emit-ast -o %t.ast %s &&
2// RUN: clang -emit-llvm -S -o - %t.ast | FileCheck %s
3
4// CHECK: module asm "foo"
5__asm__("foo");