1 // RUN: llvm-tblgen -print-detailed-records %s | FileCheck %s
3 // This test file ensures that the DetailedRecords backend prints all
4 // the global variables, classes, and records.
6 // CHECK: ----- Global Variables
10 // CHECK: ----- Classes
14 // CHECK: ----- Records
20 defvar Greeting = "Hello there.";